-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EIP-6188: Nonce Cap #6188
Add EIP-6188: Nonce Cap #6188
Conversation
A critical exception has occurred: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems a good idea for this direction of capping nonce.
I wonder if we shall be even more aggressive by choose capping it at sufficient bit e.g. nonce < 2^128-1
so that it will have another 128bits large enough for almost any useage
That might be a good idea. I was thinking of the functionality being identified by the contract code (see #6189 for what I mean), but it might make sense to go big. |
Co-authored-by: Sam Wilson <[email protected]>
Other people: "Wait, what do you mean 90% of this was written by an AI?"
@SamWilsn have incorporated your suggestions. |
The first part of the epic SELFDESTRUCT suite
See also: #6189 , #6190